home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200405-04.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  87 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200405-04.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14490);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200405-04");
  17.  script_cve_id("CAN-2004-0179");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200405-04
  20. (OpenOffice.org vulnerability when using DAV servers)
  21.  
  22.  
  23.     OpenOffice.org includes code from the Neon library in functions related to
  24.     publication on WebDAV servers. This library is vulnerable to several format
  25.     string attacks.
  26.   
  27. Impact
  28.  
  29.     If you use the WebDAV publication and connect to a malicious WebDAV server,
  30.     this server can exploit these vulnerabilities to execute arbitrary code
  31.     with the rights of the user running OpenOffice.org.
  32.   
  33. Workaround
  34.  
  35.     As a workaround, you should not use the WebDAV publication facilities.
  36.   
  37. References:
  38.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0179
  39.     http://www.gentoo.org/security/en/glsa/glsa-200405-01.xml
  40.  
  41.  
  42. Solution: 
  43.     There is no binary version including the fix yet. All users of the
  44.     openoffice-bin and ximian-openoffice-bin packages making use of the WebDAV
  45.     publication functions should upgrade to the latest version of the
  46.     corresponding source-based package.
  47.     openoffice users on the x86 architecture should:
  48.     # emerge sync
  49.     # emerge -pv ">=app-office/openoffice-1.1.1-r1"
  50.     # emerge ">=app-office/openoffice-1.1.1-r1"
  51.     openoffice users on the sparc architecture should:
  52.     # emerge sync
  53.     # emerge -pv ">=app-office/openoffice-1.1.0-r3"
  54.     # emerge ">=app-office/openoffice-1.1.0-r3"
  55.     openoffice users on the ppc architecture should:
  56.     # emerge sync
  57.     # emerge -pv ">=app-office/openoffice-1.0.3-r1"
  58.     # emerge ">=app-office/openoffice-1.0.3-r1"
  59.     openoffice-ximian users should:
  60.     # emerge sync
  61.     # emerge -pv ">=app-office/openoffice-ximian-1.1.51-r1"
  62.     # emerge ">=app-office/openoffice-ximian-1.1.51-r1"
  63.   
  64.  
  65. Risk Factor : High
  66. ';
  67.  script_description(english: desc);
  68.  script_copyright(english: "(C) 2004 Michel Arboi");
  69.  script_name(english: "[GLSA-200405-04] OpenOffice.org vulnerability when using DAV servers");
  70.  script_category(ACT_GATHER_INFO);
  71.  script_family(english: "Gentoo Local Security Checks");
  72.  script_dependencies("ssh_get_info.nasl");
  73.  script_require_keys('Host/Gentoo/qpkg-list');
  74.  script_summary(english: 'OpenOffice.org vulnerability when using DAV servers');
  75.  exit(0);
  76. }
  77.  
  78. include('qpkg.inc');
  79. if (qpkg_check(package: "app-office/openoffice-bin", unaffected: make_list(), vulnerable: make_list("le 1.1.1")
  80. )) { security_hole(0); exit(0); }
  81. if (qpkg_check(package: "app-office/openoffice-ximian-bin", unaffected: make_list(), vulnerable: make_list("le 1.1.52")
  82. )) { security_hole(0); exit(0); }
  83. if (qpkg_check(package: "app-office/openoffice", arch: "sparc", unaffected: make_list("ge 1.1.0-r4"), vulnerable: make_list("le 1.1.0-r3")
  84. )) { security_hole(0); exit(0); }
  85. if (qpkg_check(package: "app-office/openoffice-ximian", unaffected: make_list("ge 1.1.51-r1"), vulnerable: make_list("le 1.1.51")
  86. )) { security_hole(0); exit(0); }
  87.